home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / main.h < prev    next >
C/C++ Source or Header  |  1991-10-13  |  370b  |  21 lines

  1. /* @(#) $Header: main.h,v 1.2 91/10/11 18:56:30 deyke Exp $ */
  2.  
  3. #ifndef _MAIN_H
  4. #define _MAIN_H
  5.  
  6. #ifndef _GLOBAL_H
  7. #include "global.h"
  8. #endif
  9.  
  10. #ifndef _PROC_H
  11. #include "proc.h"
  12. #endif
  13.  
  14. extern char Badhost[];
  15. extern char *Hostname;
  16. extern char Nospace[];                  /* Generic malloc fail message */
  17.  
  18. void keyboard __ARGS((int,void*,void*));
  19.  
  20. #endif  /* _MAIN_H */
  21.